ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.TransposedGrid Assembly / C1.Web.Mvc.TransposedGrid Namespace / TransposedGrid<T> Class / CellsTemplate Property

In This Topic
    CellsTemplate Property (TransposedGrid<T>)
    In This Topic
    Gets the templates for the content cells.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property CellsTemplate As CellTemplate
    public virtual CellTemplate CellsTemplate {get;}
    See Also